enable gui to load Qt provided meta catalogs. (#360)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Wed, 29 May 2019 19:13:53 +0000 (13:13 -0600)
committerGitHub <noreply@github.com>
Wed, 29 May 2019 19:13:53 +0000 (13:13 -0600)
commit42553872c264e5a93031a2cc8bfe8543c012742b
treecbb6c201b23b7d031e97bc8ba00370b17f58ce1b
parentefb6ed98a280861ec006635ab582676b9330f387
enable gui to load Qt provided meta catalogs. (#360)

QTranslate::load fails to load a meta catalog if
the absolute file name is given as the filename parameter, and
the directory parameter is omitted.
It succeeds if the file name is provided as the filename parameter
and the directory is provided as the diretory parameter.

This should resolve #359.
gui/mainwindow.cc